DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / ScannerCollection<T> Class / Count Property

In This Topic
    Count Property (ScannerCollection<T>)
    In This Topic
    Gets the number of indexes in the collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Count As Integer
    public abstract int Count {get;}

    Property Value

    The number of indexes in the collection.
    See Also